home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / progming / pwl521q / read.me < prev    next >
Text File  |  1992-11-15  |  4KB  |  89 lines

  1.  
  2.     HELLO
  3.  
  4.          Thank you for evaluating ProWindows(tm) LITE 5.20.
  5.  
  6.          This is an UN-REGISTERED copy of ProWindows(tm) LITE 5.0 for
  7.          Microsoft(R) QuickBASIC(R) and/or BASIC PDS 7 Compilers.
  8.          Please read this entire document prior to using this product.
  9.  
  10.  
  11.     SPECIAL NOTE
  12.  
  13.          DSE has reduced the price of ProWindows(tm) PROFESSIONAL to
  14.          $49.95.  This is the EXACT same package that has been advertised
  15.          nationally for a much higher price.  Run DEMO.EXE for a complete
  16.          demonstration.
  17.  
  18.  
  19.     CREATING LIBRARIES
  20.  
  21.          In order to make use of this product, you must first create a
  22.          Library (.LIB) and Quick Library (QLB).  This distribution
  23.          file includes several batch (.BAT) files to facilitate the
  24.          quick creation of both.
  25.  
  26.          If you have a mouse, use MOUSE.BAT.  If you don't have a
  27.          mouse, OR you don't want to include mouse support in your
  28.          program(s), use NOMOUSE.BAT. It strips out all mouse code and
  29.          creates smaller files.
  30.  
  31.          If all you want is a generic windowing library, run
  32.          SMALL.BAT.  This program strips out all MOUSE and "Event-
  33.          Loop" functions and creates even smaller files.  NOTE:
  34.          WINDEMO1.BAS will NOT run with this model.
  35.  
  36.          ARE YOU LOOKING FOR MORE???  Check out DEMO.EXE for a full
  37.          presentation of our ProWindows(tm) PROFESSIONAL package.
  38.  
  39.  
  40.     PRINTING THE DOCUMENTATION
  41.  
  42.          All ProWindows(tm) documentation files are stored in plain
  43.          ASCII format and can be printed directly to a dot matrix or
  44.          laser printer.  The only imbedded formatting codes are
  45.          standard formfeeds (ASCII 12) at the end of each page.
  46.  
  47.  
  48.     DEMONSTRATION PROGRAMS
  49.  
  50.          This distribution file includes a full set of demonstration
  51.          programs that provide examples of how to use most of the
  52.          window functions, and what you can get if you register for
  53.          ProWindows(tm) PROFESSIONAL.  Also provided is a empty
  54.          skeleton program that provides the beginning framework to
  55.          develop a ProWindows(tm) application.
  56.  
  57.  
  58.     FILES
  59.  
  60.      OMBUDSMN .ASP - All about DSE and our relatioship with the ASP
  61.      EMPTY    .BAS - Code to shell to start your own programs
  62.      WINDEMO1 .BAS - Demo #1 (use MOUSE.BAT, NOMOUSE.BAT)
  63.      WINDEMO2 .BAS - Demo #2 (use MOUSE.BAT, NOMOUSE.BAT, or SMALL.BAT)
  64.      WINDEMO3 .BAS - Demo #3 (use MOUSE.BAT, NOMOUSE.BAT, or SMALL.BAT)
  65.      WINDEMO4 .BAS - Demo #4 (use MOUSE.BAT, NOMOUSE.BAT, or SMALL.BAT)
  66.      MOUSE    .BAT - Create a library that supports mouse functions
  67.      NOMOUSE  .BAT - Creates a library that does NOT support the mouse
  68.      SMALL    .BAT - Creates a library that supports _only_ windows
  69.      LITE     .BI  - Include file for ProWindows(tm) LITE routines.
  70.      VERSION  .COM - What version is this
  71.      FILE_ID  .DIZ - Automated BBS Description file.
  72.      EXTRAS   .DOC - Information about the products in EXTRAS.FRM
  73.      LIBRARY  .DOC - Beginner's "What about Libraries" file
  74.      LITE     .DOC - Full documentation for ProWindows(tm) LITE
  75.      OVERVIEW .DOC - Vendor overview
  76.      QUESTION .DOC - Commonly asked questions
  77.      SUPPORT  .DOC - How and where to obtain free technical support
  78.      VENDOR   .DOC - Information for shareware vendors
  79.      DEMO     .EXE - A complete demo of ProWindows(tm) PROFESSIONAL 3
  80.      EXTRAS   .FRM - Use this to order direct from DSE (has extra goodies)
  81.      ORDER-ME .FRM - Use this for Visa/MC/Axex/Discover orders (800 nnumber)
  82.      ADDMOUSE .LIB - Library to add mouse support
  83.      DRIVER   .LIB - Library to add "event driver"
  84.      NOMOUSE  .LIB - Stub library to remove mouse support
  85.      SMALL    .LIB - Library to create Window only library.
  86.      WINDOW   .LIB - Library containing windowing routines.
  87.      READ     .ME  - This file!
  88.      MSTUB    .OBJ - Stub file for mouse calls
  89.